From 07e6bde6160c767da9b6abe01d48e456cc6c3470 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 18 Jul 2012 22:46:32 +0800 Subject: [PATCH] * subr.el (last-input-char, last-command-char): Remove. --- lisp/ChangeLog | 2 ++ lisp/subr.el | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d1bbe3d4fc2..46b26365e44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-07-18 Chong Yidong + * subr.el (last-input-char, last-command-char): Remove (Bug#9195). + * simple.el (count-words): Report on narrowing (Bug#9959). * bindings.el: Bind M-= to count-words. diff --git a/lisp/subr.el b/lisp/subr.el index 8952ea6a9e0..9268746f109 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1278,9 +1278,6 @@ to reread, so it now uses nil to mean `no event', instead of -1." ;; existing "for compatibility with Emacs version 18". (define-obsolete-variable-alias 'last-input-char 'last-input-event "at least 19.34") -(define-obsolete-variable-alias 'last-command-char 'last-command-event - "at least 19.34") - ;;;; Alternate names for functions - these are not being phased out. -- 2.30.2